Skip to content

chore(deps): update dependency vite-tsconfig-paths to v6#1562

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite-tsconfig-paths-6.x
Open

chore(deps): update dependency vite-tsconfig-paths to v6#1562
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite-tsconfig-paths-6.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2025

This PR contains the following updates:

Package Change Age Confidence
vite-tsconfig-paths 5.1.46.1.1 age confidence

Release Notes

aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
  • New importerFilter option: Provides fine-grained control over which files should have their imports resolved by this plugin. (Closes #​175, #​193)
  • Ignore .d.ts overrides: The plugin now ignores resolutions that point to .d.ts files, avoiding issues when tsconfig is used for opt-in type overrides. (Closes #​179, #​180)
Performance
  • Hoisted regular expressions out of the hot path in the resolver for better performance.
Internal
  • Added resolvedToDeclarationFile event to the debug log file.

v6.0.5

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

Highlights

  • On-demand tsconfig discovery via projectDiscovery: "lazy", while eager discovery remains the default.
  • tsconfig/jsconfig files are watched and reloaded automatically in both modes, including during vite build --watch.
  • New logFile option for per-import resolution traces (pass true for vite-tsconfig-paths.log or provide a path).
  • Support for root /* aliases and other absolute-style imports.
  • Support for .astro files when allowJs/loose is enabled.

Fixes

  • More reliable tsconfig watching and resolver refreshes: handles lazy discovery edge cases, recreates resolvers after file changes, tolerates missing directories, and copes better with virtual importers.
  • Windows path handling now normalizes drive-letter casing to avoid missed matches (#​183).

Upgrade notes

  • Install the stable release: pnpm add -D vite-tsconfig-paths.
  • Opt into lazy discovery or logging when needed:
import tsconfigPaths from 'vite-tsconfig-paths'

export default {
  plugins: [
    tsconfigPaths({
      projectDiscovery: 'lazy',
      logFile: true,
    }),
  ],
}
  • Rooted path patterns such as "/*": ["src/*"] now resolve the same way tsserver does.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 18, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 18, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
astraea e13950f Commit Preview URL

Branch Preview URL
Feb 17 2026, 02:18 PM

@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch 3 times, most recently from 8de9895 to 240a8ae Compare December 21, 2025 13:37
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch from 240a8ae to 3c932bc Compare December 31, 2025 13:56
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch 3 times, most recently from 2701061 to 18d485f Compare January 12, 2026 22:14
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch 2 times, most recently from 20b3eea to d4fa10d Compare January 23, 2026 20:41
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch 2 times, most recently from 2338c9a to 332c3d3 Compare February 2, 2026 15:00
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch 3 times, most recently from 9c4b197 to 5963bb8 Compare February 15, 2026 01:50
@renovate renovate bot force-pushed the renovate/vite-tsconfig-paths-6.x branch from 5963bb8 to e13950f Compare February 17, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants